* yow.el (yow): Fix interactive spec.
authorJim Blandy <jimb@redhat.com>
Mon, 3 May 1993 03:41:07 +0000 (03:41 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 3 May 1993 03:41:07 +0000 (03:41 +0000)
lisp/play/yow.el

index 9ac8c5197e4cc589cd7ab76cbb68a4a258dbc886..94713ceac2d104c9c7f55bd350628d3a2ca23fc9 100644 (file)
@@ -39,7 +39,7 @@
 ;;;###autoload
 (defun yow (&optional interactive)
   "Return or display a random Zippy quotation."
-  (interactive "P")
+  (interactive "p")
   (let ((yow (cookie
              yow-file "Am I CONSING yet?..." "I have SEEN the CONSING!!")))
     (cond ((not interactive)